google.golang.org/protobuf/internal/impl.extensionTypeDescriptor.IsPacked (method, view implemented interface methods)

10 uses

	google.golang.org/protobuf/internal/impl (current package)
		codec_extension.go#L48: 	if !xd.IsPacked() {
		codec_message.go#L79: 		if !fd.IsPacked() {
		codec_tables.go#L41: 	case fd.Cardinality() == protoreflect.Repeated && !fd.IsPacked():
		codec_tables.go#L129: 	case fd.Cardinality() == protoreflect.Repeated && fd.IsPacked():
		codec_tables.go#L439: 	case fd.Cardinality() == protoreflect.Repeated && !fd.IsPacked():
		codec_tables.go#L481: 	case fd.Cardinality() == protoreflect.Repeated && fd.IsPacked():

	google.golang.org/protobuf/internal/encoding/tag
		tag.go#L170: 	if fd.IsPacked() {

	google.golang.org/protobuf/proto
		encode.go#L246: 	if fd.IsPacked() && list.Len() > 0 {
		size.go#L76: 	if fd.IsPacked() && list.Len() > 0 {

	google.golang.org/protobuf/reflect/protoreflect
		type.go#L336: 	IsPacked() bool